home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / scoobycastillotenebroso.swf / scripts / DefineSprite_1240 / frame_12 / PlaceObject2_738_267 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  231b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.witness) && eval("_root.controler:witness_detection") == true)
  3.    {
  4.       set("_root.controler:witness_detection",false);
  5.       _root.sounds.gotoAndPlay("soul_wail");
  6.    }
  7. }
  8.